home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFUNCS
/
EVNXTIME.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-21
|
385b
|
13 lines
/**************************************************************************
* EVNXTIME.C - Extended evnt_timer() routine...
*************************************************************************/
#include "gemfintl.h"
short evnx_timer(milliseconds)
unsigned long milliseconds;
{
return evnt_timer((short)(milliseconds&0xFFFF),(short)(milliseconds>>16));
}